projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60f46b4
)
; * lisp/vc/vc.el (vc-default-prepare-patch): Add missing argument
author
Philip Kaludercic
<philipk@posteo.net>
Tue, 11 Oct 2022 19:23:26 +0000
(21:23 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Fri, 14 Oct 2022 16:07:52 +0000
(18:07 +0200)
lisp/vc/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc.el
b/lisp/vc/vc.el
index 0ef867beed8f06a6975b87f3ad80dd8f8ffac27e..781e7785e41ffd01ecb046714c60345285baf9dd 100644
(file)
--- a/
lisp/vc/vc.el
+++ b/
lisp/vc/vc.el
@@
-3315,7
+3315,7
@@
If nil, no default will be used. This option may be set locally."
(buffer &optional type description disposition))
(declare-function log-view-get-marked "log-view" ())
-(defun vc-default-prepare-patch (rev)
+(defun vc-default-prepare-patch (
_backend
rev)
(let ((backend (vc-backend buffer-file-name)))
(with-current-buffer (generate-new-buffer " *vc-default-prepare-patch*")
(vc-diff-internal